home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_854
/
frame_3
/
DoAction.as
Wrap
Text File
|
2010-04-12
|
897b
|
32 lines
if(0 < eval("/Variables:ScrollMail"))
{
if(getProperty("../MailEnsemble", _Y) < getProperty("../MailHaut", _Y) - eval("/Variables:ScrollMail"))
{
setProperty("../MailEnsemble", _Y, getProperty("../MailEnsemble", _Y) + eval("/Variables:ScrollMail"));
}
else
{
setProperty("../MailEnsemble", _Y, getProperty("../MailHaut", _Y));
tellTarget("../../RoueScroll")
{
gotoAndStop(1);
}
}
}
if(eval("/Variables:ScrollMail") < 0)
{
if(getProperty("../MailBas", _Y) + eval("/Variables:ScrollMail") < getProperty("../MailEnsemble", _Y) + getProperty("../MailEnsemble", _height))
{
setProperty("../MailEnsemble", _Y, getProperty("../MailEnsemble", _Y) + eval("/Variables:ScrollMail"));
}
else
{
tellTarget("../../RoueScroll")
{
gotoAndStop(1);
}
}
}
prevFrame();
play();